func github.com/vmihailenco/msgpack/v5.grow

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_slice.go#L30: 	e.buf = grow(e.buf, v.Len())
		encode_slice.go#L35: func grow(b []byte, n int) []byte {